docs: don't use signal syntax for child properties
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 22:48:53 +0000 (17:48 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:40 +0000 (18:57 -0500)
docs/reference/gtk/migrating-2to3.xml

index 7de372a7f4c99ba3951b7c9cba32e93aecd434b4..da9f6554b4f1ccfafb9c60d7dc7b5f9a7f949a47 100644 (file)
@@ -1121,7 +1121,7 @@ gtk_arrow_draw (GtkWidget *widget,
     </para>
     <para>
       If you experience sizing problems with widgets in ported code,
-      carefully check the #GtkBox::expand and #GtkBox::fill flags of your
+      carefully check the #GtkBox expand and #GtkBox fill child properties of your
       boxes.
     </para>
   </section>